home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / QuickTime VCR 3.5 / QT 3.5 VCR README < prev    next >
Encoding:
Text File  |  1992-08-17  |  1.7 KB  |  55 lines  |  [TEXT/ttxt]

  1. QuickTime VCR version 3.5        Released 8-17-92
  2.  
  3. The QuickTime VCR is a simple QuickTime Movie Player.
  4.  
  5. It requires that QuickTime and 32 Bit QuickDraw are installed.
  6.  
  7. It's interface is that of a VCR with Play, Stop, Fast Forward,
  8. Rewind, Go to Beginning, and Go to End.
  9.  
  10. The Flashing 12:00 (which can be found on most VCRs) can be set
  11. by clicking on the 12:00.
  12.  
  13. The code is C with a THINK C 5.0.2 project file. There is a ResEdit
  14. resource file that contains the dialog boxes, icons, pict's, etc...
  15.  
  16. If you have any questions, comments, or bug reports please contact
  17. me at       slink@bert.cs.byu.edu       or       slink@laforge.cs.byu.edu
  18. before Dec. 1992, that is when my Computer Science accounts will
  19. be deleted.  (Any work out there in the real world for an M.S. in C.S.?)
  20.  
  21. •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  22. Modifications:
  23. July 1992
  24.  
  25. Volume controls added.
  26. Unnecessary redrawing of buttons is fixed.
  27.  
  28. •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  29. Modifications:
  30. August 1992
  31.  
  32. Bus Error fixed, it usually was seen when virtual memory was on.
  33.  
  34. Drag and Drop added for System 7.
  35.  
  36. Checks to see if Color QuickDraw is installed before the application completely launches, if
  37. not installed notification is provided and the application exits.
  38.  
  39. Close box added to the VCR so that it can be hidden.
  40.  
  41. Menu commands to control the VCR, even if it is hidden.
  42.  
  43. The VCR is slightly longer than previous versions.
  44.  
  45. Notice that my EMail addresses have changed since previous versions!
  46. •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  47. Modifications:
  48. August 17, 1992
  49.  
  50. The movie's poster can now be hidden.
  51.  
  52. Checks to see if Color QuickDraw is installed before calling other dependent initialization
  53. routines.
  54.  
  55.